MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class
Properties Methods

ItemCollection<T> Class Members

The following tables list the members exposed by ItemCollection<T>.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public PropertyGets the number of T objects in the ItemCollection<T>.  
Public PropertyGets a value indicating whether the ItemCollection<T> is read-only.  
Public PropertyGets or sets a specific T object in the ItemCollection<T> by position.  
Top
Public Methods
 NameDescription
Public MethodAdds a T object to the ItemCollection<T>.  
Public MethodAdds a collection of T objects to the existing ItemCollection<T>.  
Public MethodRemoves all items from the ItemCollection<T>.  
Public MethodGets a value indicating whether the ItemCollection<T> contains the specified T.  
Public MethodCopies the objects in the ItemCollection<T> to a T array, starting at the specified array index.  
Public MethodDetermines the index of a specific T object in the ItemCollection<T>.  
Public MethodInserts a new T into the ItemCollection<T> at the specified location.  
Public MethodRemoves the specified T object from the ItemCollection<T>.  
Public MethodRemoves a T object from the ItemCollection<T> at the specified index.  
Public MethodCopies the elements of the ItemCollection<T> to a new array.  
Top
See Also